home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / bnchutil.arc / ASC.DOC < prev    next >
Text File  |  1991-04-30  |  1KB  |  28 lines

  1.  
  2. ASC                                       Jeff Prosise
  3.  
  4. Purpose:  Provides a pop-up ASCII chart showing decimal, hexadecimal, and
  5.           character equivalents for the full IBM character set.
  6.  
  7. Format:   [d:][path]ASC
  8.  
  9. Remarks:  ASC.COM is a memory-resident utility that is normally loaded at
  10.           boot-up, via your AUTOEXEC.BAT file.  Once loaded, pressing Alt-A
  11.           pops up the first page (32 ASCII codes) of the display window over
  12.           any currently active applications program.  The Up- and Down-Arrow,
  13.           PgUp and PgDn, and Home and End keys access the remaining ASCII
  14.           display pages.  Pressing Esc closes the window, restoring the
  15.           original screen display.
  16.  
  17.           In operation, ASC.COM requires approximately 2.5K of RAM.  It is
  18.           compatible with most applications and TSR (terminate and stay
  19.           resident) programs that do not themselves require the Alt-A key
  20.           combination, and it may be used with monochrome, color, or EGA
  21.           monitors.
  22.  
  23. Notes:    Users familiar with using DEBUG can modify the default border, text,
  24.           and header colors of ASC.COM.  These values, initially 0Fh, 1Fh, and
  25.           1Eh, respectively, are located at offsets 014D through 014F in the
  26.           .COM file.  For use with a composite monochrome display, the values
  27.           70h, 07h, and 07h are suggested.
  28.